I'm following this SO thread to delete all children from a parent entity, but intellisense doesn't find 'Children, there is a red line under it and I'm using EF 6.1
using (var dbContext = new Context())
{
dbContext.Children.RemoveRange
}