public List <Film> GetAll()
 {
     return(_filmDal.GetList());
 }