this my sql query that i want to convert into linq
SELECT s.Studentname , COUNT(c.StudentId) as Counts FROM Students s, Stud