private void PrintError(string road)
 {
     _print.AddError(road);
     _print.PrintStatus();
 }