public FilmController(VideoLoanContext context)
 {
     _context = context;
 }
 public CustomerController(VideoLoanContext context)
 {
     _context = context;
 }