public NotaIngresoController()
 {
     db = new BDBoticasEntities();
     db.Configuration.ProxyCreationEnabled = false;
 }