static void Main(string[] args) { NongDan farmer = new NongDan("Nguyen A", 69, 5); farmer.LamViec(); Console.ReadLine(); }