public async Task <int> AddFeeSchedule(FeeScheduleDTO feeSchedule) { return(await _financialService.AddFeeSchedule(feeSchedule)); }