public ClientController() { this.cRepo = new ClientRepository(); }
public GetClientsController() { this.eRepo = new ClientRepository(); }