public List <Payment> FindAll() { try { return(_payment.FindAll()); } catch (Exception ex) { throw ex; } }