public int ApprovedRoNotInUserMaster(int UserId /*, ref string oUTPUT*/) { UserMasterDAL dAL = new UserMasterDAL(); return(dAL.ApprovedRoNotInUserMaster(UserId /*, ref oUTPUT*/)); }