public List <Receipt> GetAll()
 {
     return(_receiptDal.GetAll());
 }