public Domain.Ideation.Ideation RemoveIdeation(int id)
 {
     return(_ideationRepository.DeleteIdeation(id));
 }