public Receipt Get(int id)
 {
     return(_receiptService.Get(id));
 }