public DataSet GetTravellingInfo(string src, string des, int sid) { try { DALSchedule obj = new DALSchedule(); DataSet ds = obj.GetTravellingInfo(src, des, sid); return(ds); } catch (Exception) { throw; } }