public employeeController()
 {
     context = new UHGDBEntities();
 }
 public RESTController()
 {
     context = new UHGDBEntities();
     //context.Configuration.ProxyCreationEnabled = false;
 }