public int Insert(Transport poco)
 {
     throw new System.NotImplementedException();
 }
 public bool Update(Transport poco)
 {
     throw new System.NotImplementedException();
 }
 public int Delete(Transport poco)
 {
     throw new System.NotImplementedException();
 }