public void RemoveClient(CLIENTS clientToRemove)
 {
     _context.REMOVE_CLIENT(clientToRemove.ID_CLIENT);
 }