public int CreatePresentation(int userId, CreatePresentationModel model) { return(_presentationRepository.CreatePresentation(userId, model.Name)); }