static void Main(string[] args) { Person person = new Person(); person.Myself(); person.GetInfo(); Console.ReadLine(); }