public List <T> AllList()
 {
     return(_repo.AllDataList());
 }