public void AddDocument(string title, string path, int caseId) { userRepository.AddDocument(title, path, caseId); }