private void LoadContext(string filename) { Current.Context = Serializator.FromFile <Context>(filename); ContextToForm(); ListToListView(); }