public void DeleteCash(long cashId)
 {
     _cashService.MarkAsDeleted(cashId, userId);
 }