public async Task <bool> DeleteSubjectAsync(string Key) { return(await _subjectRepository.DeleteAsync(Key)); }