public Task <bool> DeleteASync(SoalToUser entity)
 {
     throw new NotImplementedException();
 }
 public Task <SoalToUser> Insert_ReturnObjectASync(SoalToUser entity)
 {
     throw new NotImplementedException();
 }
 public SoalToUser Insert_ReturnObject(SoalToUser entity)
 {
     throw new NotImplementedException();
 }
 public bool Delete(SoalToUser entity)
 {
     throw new NotImplementedException();
 }
 public bool Insert(SoalToUser entity)
 {
     throw new NotImplementedException();
 }