public async Task <JsonResult <List <ImgModel> > > GetImgCat(string categoryName) { return(Json(await services.GetImgByCat(categoryName))); }