public Option GetById(int id)
 {
     return(_optionRepo.Find(id));
 }