public MovieCastRepository(fletnixContext context)
 {
     _context = context;
 }
 public CustomerFeedbackRepository(fletnixContext context)
 {
     _context = context;
 }