public CreateUserRoleViewModel()
 {
     UserModel = new CreateUserModel();
     Roles = System.Web.Security.Roles.GetAllRoles().ToList();
 }