private bool AddType(string typeName, int parentID) { return(controller.AddProductType(typeName, parentID)); }