public void DeleteOtherExpense(long otherExpenseId)
 {
     _otherExpenseService.MarkAsDeleted(otherExpenseId, userId);
 }