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