public Question Activate(Question entity)
 {
     return(repository.Activate(entity));
 }