public bool Create(int dimensions) { try { MySqlDAL.Delete(); IODAL.SaveDimensions(dimensions); return(true); } catch (Exception) { return(false); } }