private bool IsInRole(string roleName)
 {
     return(UserInfoHelper.CheckInRole(roleName));
 }