private void add()
 {
     View.AddPersonWindow win = new View.AddPersonWindow(Name, Firstname);
     win.Show();
 }