public MainMenuDataProvider(EditPage type)
 {
     Type  = type;
     Label = type.ToString();
 }