the class of the work order with the fields number, month, technological operation, quantity, price, amount, worker
class WorkOrder { private string number; private string month; private string technologicalOperation; private string quantity; private string price; private string amount; private string worker; }