public ActionResult Comments(int photoId) { return(Json(_photoAlbumService.GetComments(photoId), JsonRequestBehavior.AllowGet)); }