public async Task <ResponseViewModel <QuantityViewModel> > Get(QuantityViewModel QuantityObj) { return(await quantityMethod.Get(QuantityObj)); }