public async Task <List <Pictures> > GetPicturesByProId(int productId)
 {
     return(await _repPicture.GetList(x => x.ProductsId == productId));
 }