public IDataResult <List <Heading> > GetAll2()
 {
     return(new SuccessDataResult <List <Heading> >(_headingDal.GetHeadingClearly()));
 }