/// <summary>
 ///     Adds the provided range of graphs to the list of displayed graphs
 /// </summary>
 /// <param name="graphs"></param>
 public void AddGraphRange(List <Graph> graphs)
 {
     Graphs.AddRange(graphs);
 }