public async void Delete(string pid)
 {
     await _dataBaseHandler.DeleteRangeAsync <ProductMaster>(x => x.PID == pid);
 }