public IHttpActionResult FeeSetupReport(string UserId) { var result = oReportsService.GetFeeSetUpReport(UserId); return(Ok(result)); }