public void RemovePresentation(int userId, int presentationId)
 {
     _presentationRepository.RemovePresentation(userId, presentationId);
 }