/// <summary>
 /// 
 /// </summary>
 public static void DisableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.OFF;
 }
 /// <summary>
 ///
 /// </summary>
 public static void DisableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.OFF;
 }
 /// <summary>
 /// 
 /// </summary>
 public static void EnableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.ON;
 }
 /// <summary>
 ///
 /// </summary>
 public static void EnableGraphSerialization()
 {
     graphSwitch = GRAPH_SWITCH.ON;
 }