public void ExcuteUpdateCommand <B>(B aEntity, string con) where B : EntityBase, new() { DBWriter.ExcuteUpdateCommand <B>(aEntity, con); }