public Component(string category, int componentId, int componentNumber, string datasheet, string image, string name, int ownerId, string tags, LoanInformation loanInformation) { _category = category; _componentId = componentId; _componentNumber = componentNumber; _datasheet = datasheet; this._image = image; _name = name; _ownerId = ownerId; _tags = tags; _loanInformation = loanInformation; }