public PayantProduct(String name, String description, String unitCost, String type, String status) {
        this.name = name;
        this.description = description;
        this.unit_cost = unitCost;
        this.type = type;