You are probably not understanding the correct use of Constructors.
Constructor
A constructor is used in the creation of an object that is an instance
of a class. Typically it performs operations required to initialize
the class before methods are invoked or fields are accessed.