using System;
using System.Collections;
public class Program
{
public static void Main()
}
public class employee
public int id{get;set;}
public string name{get;set;}
public string address{get;set;}
public int salary{get;set;}
public void getempl(list<employee> emp )