public _Cathegory(String name) { this.name = name; this.Product = new _Product(); }
public _Cathegory() { this.name = ""; this.Product = new _Product(); }