public int Edit(TblEmployees employee)
 {
     return(objEmployee.UpdateEmployee(employee));
 }