public List <CommentsViewModel> GetCommentsByJobId(int JobId) { return(repository.FindByCondition(Context.Comments, c => c.JobId == JobId)); }