public async Task <List <ProductDto> > GetAllNew(int Quantity) { return(await productBL.GetAllNew(Quantity)); }