public SearchFriendForm(MainForm form, GGUser mine)
 {
     InitializeComponent();
     this.mainForm = form;
     this.currentUser = mine;
 }