public static void getData(Personas person) { var x = new PersonasEditView(person); x.ShowDialog(); }