public EmployeeService() { Repository = new dbRepository(new Context()); }
public UserService() { Repository = new dbRepository(new Context()); }