public List <UserRole> GetRolesForDisplay()
 {
     try
     {
         return(UserRoleManager.GetRolesForDisplay());
     }
     catch
     {
         return(new List <UserRole>());
     }
 }