public IDataResult <List <Film> > GetAll()
 {
     return(new SuccessDataResult <List <Film> >(_filmDal.GetAll(), Messages.FilmListed));
 }