public IEnumerable <Payment> GetAll()
 {
     return(paymentDao.GetAll());
 }