using System.Collections.Generic;
public string Name { get; set; }
public string Education { get; set; }
public string Email { get; set; }
Console.WriteLine("Show All List");
Console.WriteLine("=============================================");
Console.WriteLine("Show Email Length for all list");
Console.WriteLine("=============================================");
Console.WriteLine("Show Only Bachelor");