public async Task <List <MandatoryListForQuantityTableViewModel> > GetAllForQuantityTable()
 {
     return(await _mandatoryListAppService.GetAllForQuantitiyTable());
 }