public bool RegisterGraph(Zone zone, Graph graph)
 {
     return(_graphRepository.Add(zone.ID, graph));
 }