public async Task <JsonResult <ImgModel> > GetImgById(string img_id) { return(Json(await services.GetImgById(img_id))); }