public async Task <int> AddEntityReturnInt(TEntity model) { return(await dalBase.AddEntityReturnInt(model)); }