public bool Create(Graph graph) { graphContext.Graphs.Add(graph); return(graphContext.SaveChanges() > 0); }