public Domain.Ideation.Ideation GetIdeation(int ideationId)
 {
     return(_ideationRepository.ReadIdeation(ideationId));
 }