public abstract void SetProjectProfile(ProjectUserProfile projectUserProfile);
 public static void SetProjectProfile(ProjectUserProfile projectUserProfile)
 {
     Provider.SetProjectProfile(projectUserProfile);
 }