public string getLabel(Enums.buttons b)
 {
     return(getTextDictionary()[b]);
 }
 public ButtonModelRepository(Enums.buttons e)
 {
     _enumeration = e;
 }