public FaturaDetay Get(Expression <Func <FaturaDetay, bool> > filter)
 {
     return(dal.GetForFaturaDetay(filter));
 }