public DataTable GetRoleWiseUser(int roleID) { objclsDALCommon = new clsDALCommon(); return(objclsDALCommon.GetRoleWiseUser(roleID)); }