public void DeleteConnection(Connection connection)
 {
     _repo.DeleteConnection(connection);
 }