def getLike(self, user):
     '''Returns VisionCommentLike or None'''
     return VisionCommentLike.get(self, user)