public void Add(Machine machine)
 {
     _machineService.AddMachine(machine);
 }