List<string> AuthorList = new List<string>(); AuthorList.Add("Mahesh Chand"); AuthorList.Add("Praveen Kumar"); AuthorList.Add("Raj Kumar");
Remove();