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