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