//Saves description of Dev or the game public bool SaveDevDescriptions(string who, string desc) { try { userCtrl.SaveDevDescriptions(who, desc); return(true); } catch (Exception ex) { throw ex; } }