public Receipt GetById(int id)
 {
     return(receiptManager.GetById(id));
 }