'identifier' : constructor cannot return a value
The specified constructor cannot return a value.
A constructor cannot return a value of any type, including a return type of void.
This error can be eliminated by removing the return statement from the constructor definition.