public IActionResult GetPrinterById(int id)
 {
     return(Ok(_printerRepository.GetPrinterById(id)));
 }