public static void Main() { Person.Student pesho = new Person.Student(); pesho.WriteInConsole(true); }