protected PressDecorator(Press P) : base(P.id, P.name, P.street, P.gender, P.pass, P.neigborhood, P.house, P.bDate) { basePress = P; }
public PressElectionDay(Press P) : base(P) { }