public string GetEmployeeSalary(int id)
 {
     return(_empDataAccess.GetEmployeeSalary(id));
 }