public bool InsertWithProc(T entity)
 {
     return(bilder.QueryInserter(entity));
 }
 public static bool Insert <T>(this T expression, T entity)
 {
     return(QueryBilder.QueryInserter(entity));
 }