public IEnumerable <Cash> GetAllCashForAParticularBranch(long branchId)
 {
     return(_cashService.GetAllCashForAParticularBranch(branchId));
 }