public User Get(int id) { return(Repository.Get(id)); }
public T LoadData(object primaryKeyValue) { return(dapper.Get(primaryKeyValue)); }