public void RemoveEmployee(string ENAME)
 {
     empRepo.RemoveEmp(ENAME);
 }