public int Create(TblEmployees employee)
 {
     return(objEmployee.AddEmployee(employee));
 }