public void ConfigureFileVisibility(bool option, int fileId) { var file = _todoManager.GetFile(fileId); file.ShowToClient = true; _todoManager.AddTodoFile(file); }