public bool Delete(TB_ConstellationName TB_ConstellationName)
 {
     return(TB_ConstellationName.Delete(TB_ConstellationName));
 }
 public bool Add(TB_ConstellationName TB_ConstellationName)
 {
     return(TB_ConstellationName.Add(TB_ConstellationName));
 }
 public bool Update(TB_ConstellationName TB_ConstellationName)
 {
     return(TB_ConstellationName.Update(TB_ConstellationName));
 }
 public ConstellationNameService(TB_ConstellationName TB_ConstellationName)
 {
     this._TB_ConstellationName = TB_ConstellationName;
 }