public static void CreateInstance()
 {
     _Instance = new GraduationPlan();
 }
 public void Reflash()
 {
     _Instance = new GraduationPlan();
 }