public UserEntity()
 {
     Profile = new UserProfileEntity();
 }
 public UserEntity()
 {
     Profile = new UserProfileEntity();
 }