public void InvalidarContext()
 {
     context = new DiabetesDBEntities();
 }
 public BaseController()
 {
     context = new DiabetesDBEntities();
 }