public static List <Module> GetModulesByRole(int roleId, int branchId) { return(AuthBL.GetModulesByRole(roleId, branchId)); }