public DeviceService(PatioContext context)
 {
     _context = context;
 }
 public CommandService(PatioContext context)
 {
     _context = context;
 }