private static void Create(Movies model) { try { DAL_Movies.Create(model); } catch (Exception) { throw; } }