public EmployeeServices(EMSContext context)
 {
     _context = context;
     _service = new EMS.Data.EmployeeRepository(_context);
 }