public int Create(string ideaDescription)
 {
     return(_dbAdapter.CreateIdea(ideaDescription));
 }