So I either get errors firing or nothing happens. I know that I have custom Entity Framework Initializer like this:...using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Text;
using System.Threading.T...