public Printer FindByIpAddress(string ipAddress)
 {
     return(_printerAppService.FindByIpAddress(ipAddress));
 }