public RegulaProductie Clone() => new RegulaProductie { LeftSide = (string)LeftSide.Clone(), RightSide = new List <string>(RightSide) };