private Option AddOption(Option option)
 {
     Validate(option);
     return(_optionRepository.CreateOption(option));
 }