public AutopilotContext Get()
 {
     return(dataContext ?? (dataContext = new AutopilotContext()));
 }
 public AutopilotContext Init()
 {
     return(dbContext ?? (dbContext = new AutopilotContext()));
 }