public IEnumerable <Student> GetStudents(string txt = "") { IEnumerable <Student> studs = bll.GetStudents(txt); return(studs); }