public T GetModel <T>(Expression <Func <T, bool> > filter) where T : IBaseEntity { return(uw.Repository <T>().GetModel(filter)); }