void loadPhoto(string id, PictureBox pic) { DynamicClasses dn = new DynamicClasses(); dn.retreivePhoto(id, pic, "SELECT_PHOTO"); }
void loadPhoto(string chamPhoto, string id, PictureBox pic) { DynamicClasses dn = new DynamicClasses(); dn.retreivePhoto(chamPhoto, "agent", "idagent", id, pic); }