public Information GetInformationById(Guid id)
 {
     return(_informationDAL.SelectById(id));
 }