public List <EmployeeUserType> GetListEmployeeUserType(Int64 nationalCode)
 {
     return(employeeDb.GetListEmployeeUserType(nationalCode));
 }