public ThongTin GetByString(string sTring)
 {
     return(_informationRepository.GetByString(sTring));
 }