public static void DeletePlan(int autoID) { PlanLM plan = GetPlanLM(autoID); PlanStorage.Delete(autoID); JobStorage.DeleteByPlanAutoID(autoID); AppStore.PlanRepository.Delete(plan.ID); }