public EditProfileData(Profile profileselected, string name, string title, EditProfileActivity activity)
        {
            this.name  = name;
            this.title = title;

            this.activity        = activity;
            this.profileselected = profileselected;
        }
 public GetProfileSpecifictDataEdit(EditProfileActivity activity)
 {
     this.activity = activity;
 }