class Employee
{
string id;
string name;
string grade;
public void initemployeeDetails(string id;string nam;string gr)
{
id=i;
name=nam;
grade=gr;