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