public ProfileDAO getProfileInformation(ProfileDAO profile, string s, int i)
 {
     string pn = s;
     return pn;
 }
 public string getProfileInformation(string s, ProfileDAO profile, int i)
 {
     string pn = profile.name;
     return pn;
 }
 public string getProfileInformation(string s, ProfileDAO profile, int i)
 {
     string p2 = s;
     return p2;
 }