private void Start() { Initialize(); if (finances.revenue.Count == 0 || finances.staticExpences.Count == 0) { finances.Initialize(); } }