public IQueryable <Speciality> GetSpecialitys(Expression <Func <Speciality, bool> > where) { return(_repository.GetMany(where)); }