public JsonResult RemoveGallery(long id)
 {
     return(Json(_userEngine.RemoveGalleryItem(_userManager.GetUserId(User), id)));
 }