public async Task <ResultPT> DeleteAsync(int id) { ResultPT result; using (Profile_MasterBAL profile_MasterBAL = new Profile_MasterBAL()) { result = await profile_MasterBAL.DeleteAsync(id); } return(result); }