public static IList <RoleModulePermissionsInfo> GetOtherModelPermissionsById(int roleId)
 {
     return(dal.GetOtherModelPermissionsById(roleId));
 }