public List <Payment> GetAll()
 {
     return(_paymentDal.GetList());
 }