public UpdateEmployee(IEmployeeCrudService EmployeeCrudService)
 {
     _IEmployeeCrudService = EmployeeCrudService;
 }
 public ReadEmployee(IEmployeeCrudService EmployeeCrudService)
 {
     _IEmployeeCrudService = EmployeeCrudService;
 }
 public CreateEmployee(IEmployeeCrudService EmployeeCrudService)
 {
     _IEmployeeCrudService = EmployeeCrudService;
 }
 public DeleteEmployee(IEmployeeCrudService EmployeeCrudServices)
 {
     ;
     _IEmployeeCrudService = EmployeeCrudServices;
 }