public List <ProjectComment> GetProjectComments() { var commentList = ProjectManagementService.GetProjectComments(ProjectId).ToList(); return(commentList); }