public IList <T> GetAll()
 {
     return(_fileContext.ReadAll());
 }