public IHttpActionResult Get(int feeNo) { var response = service.GetRelation(feeNo); return(Ok(response)); }