public AutopilotSettings Add(AutopilotSettings model)
 {
     _repository.Add(model);
     return(model);
 }