func (c *TransactionalController) Rollback() revel.Result {
    if c.Txn == nil {
        return nil
    }