static void Main(string[] args) { Student a = new Student(); a.add(); a.Watch(); Console.ReadKey(); }