public List <FaturaDetay> List(Expression <Func <FaturaDetay, bool> > filter = null)
 {
     return(dal.ListForFaturaDetay(filter));
 }