public bool Create_mon_an(monan mn) { try { _context.Add(mn); _context.SaveChanges(); return(true); } catch (Exception) { return(false); } }