public JsonResult UpdateComment(Photos photos)
        {
            Photos p = photoRepository.ChangeComment(photos);

            return(Json(p));
        }