public TblEmployees Details(int id)
 {
     return(objEmployee.GetEmployeeData(id));
 }