public Combination() { combination = CombinationLoader.Load(defaultCombination); }
public Combination() // constructor, doesn't have return value but doesn't put void { combination = CombinationLoader.Load(defaultCombination); }