public GarcomDAO()
 {
     _context = new VFoodContext();
 }
 public ConfiguracaoDispositivoDAO()
 {
     _context = new VFoodContext();
 }