public bool IsRamAvailable() { return(ram.GetRequirements() <= barracks.Level && ram.GetProvisions() <= farm.GetSignificance() - provisions); }