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