I created an Entity Model with Database First on my project. In my database i have two table´s. One for books and one for the author´s. The books have a foreign key on the authortable. And every time I want to add a new book, im adding a new author, eve...