public async Task <int> DeleteAsync(int Id) { var result = await notificationTypeRepository.DeleteAsync(Id); return(result); }