public Cash GetCash(long cashId)
 {
     return(_cashService.GetCash(cashId));
 }