// //Added by Ashwini 26-sep-2020 public DataSet GetBusFeesDetails(EWA_Common objEWA) { try { DL_Common objDL = new DL_Common(); DataSet ds = objDL.GetBusFeesDetails(objEWA); return(ds); } catch (Exception exp) { throw exp; } }