public DataAccess()
 {
     ctx = new NorthwindEntities(); 
 }
 public TestController()
 {
     ctx = new NorthwindEntities(); 
 }